From 0266da87aa4d018ce7063d5a3056ab2a51a7f3c6 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sat, 1 May 2004 04:00:51 +0000 Subject: [PATCH] Don't put `delete-selection' property on `insert-parentheses' symbol to take advantage of region handling in `insert-pair' function. Suggested by Stephan Stahl --- lisp/delsel.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/delsel.el b/lisp/delsel.el index 88e23cb218e..d8e034a5f9f 100644 --- a/lisp/delsel.el +++ b/lisp/delsel.el @@ -123,8 +123,6 @@ any selection." (put 'newline 'delete-selection t) (put 'open-line 'delete-selection 'kill) -(put 'insert-parentheses 'delete-selection t) - ;; This is very useful for cancelling a selection in the minibuffer without ;; aborting the minibuffer. (defun minibuffer-keyboard-quit () -- 2.30.2